-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose the clock properties in CTFTrace #155
Expose the clock properties in CTFTrace #155
Conversation
633fa1c
to
b6ada56
Compare
Hi Siwei, any thoughts on complementing getEnvironment with the frequency? It would require less code and no API changes. |
aa91f94
to
e3c95bc
Compare
But the getEnvironment() refers to a specific |
getEnvironment currently refers to |
33532fd
to
bc108ad
Compare
bc108ad
to
6e67783
Compare
Sounds good, done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure you're not breaking the API. @deprecate instead.
There is the need to get clock scale of the trace. This commit added the clock scale to the environment variables of the trace. [Added] clock scale in getEnvironment() in CTFTrace [Changed] moved clock offset into getEnvironment() in CTFTrace Signed-off-by: Siwei Zhang <[email protected]>
6e67783
to
a83d9cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
The Trace Compass mainline PR below added a new trace properties to which has to be accounted for in the REST server tests: eclipse-tracecompass/org.eclipse.tracecompass#155 Signed-off-by: Bernd Hufmann <[email protected]>
The Trace Compass mainline PR below added a new trace properties to which has to be accounted for in the REST server tests: eclipse-tracecompass/org.eclipse.tracecompass#155 Signed-off-by: Bernd Hufmann <[email protected]>
The Trace Compass mainline PR below added a new trace properties to which has to be accounted for in the REST server tests: eclipse-tracecompass/org.eclipse.tracecompass#155 Signed-off-by: Bernd Hufmann <[email protected]>
The Trace Compass mainline PR below added a new trace properties to which has to be accounted for in the REST server tests: eclipse-tracecompass/org.eclipse.tracecompass#155 Signed-off-by: Bernd Hufmann <[email protected]>
The Trace Compass mainline PR below added a new trace properties to which has to be accounted for in the REST server tests: eclipse-tracecompass/org.eclipse.tracecompass#155 Signed-off-by: Bernd Hufmann <[email protected]>
There is the need to get clock scale of the trace.
This commit added the clock scale to the environment variables of the trace.
[Added] clock scale in getEnvironment() in CTFTrace
[Changed] moved clock offset into getEnvironment() in CTFTrace
[Deprecated] CtfTmfTrace.CLOCK_OFFSET, use CTFTrace.CLOCK_OFFSET instead.
Signed-off-by: Siwei Zhang [email protected]